home *** CD-ROM | disk | FTP | other *** search
- /*© Copyright 1988-1992 UserLand Software, Inc. All Rights Reserved.*/
-
-
- #define dialogsinclude
-
-
- #ifndef appletdefsinclude
-
- #include "appletdefs.h"
-
- #endif
-
-
- DialogPtr newmodaldialog (short, short);
-
- void boldenbutton (DialogPtr, short);
-
- short runmodaldialog (void);
-
- void parsedialogstring (bigstring);
-
- void setdialogtext (DialogPtr, short, bigstring);
-
- void getdialogtext (DialogPtr, short, bigstring);
-
- void selectdialogtext (DialogPtr, short);
-
- void disabledialogitem (DialogPtr, short);
-
- void enabledialogitem (DialogPtr, short);
-
- void dialoggetobjectrect (DialogPtr, short, Rect *);
-
- boolean alertdialog (bigstring);
-
- boolean confirmdialog (bigstring);
-
- boolean askdialog (bigstring, bigstring);
-
- short savedialog (bigstring);
-
- boolean oserror (OSErr);
-
-